Problem Note 35565: SAS® Enterprise Guide® might exit prematurely when a stored process is stopped using SAS® Management Console
SAS Enterprise Guide might exit prematurely if a running stored process is stopped using SAS Management Console.
Perform the following steps to replicate the problem:
- Create a stored process that contains the "Sleep Test"
code which is provided at the end of this SAS Note.
- Execute this stored process using SAS Enterprise Guide.
- Using SAS Management Console, under the Server Manager plug–in,
select your stored process server (for example,
"SASApp – Stored Process Server").
- Under "SASApp – Stored Process Server" look for
an entry that shows the host name on which the
Stored Process Server is running (for example,
your.machine.com) and that is executing your "Sleep Test" stored process.
- Right–click on this entry
and select Connect.
You should see the Process ID (PID) under which the stored process server is running
(for example "PID 6588").
Server Manager
-> SASApp
-> SASApp - Logical Stored Process Server
-> SASApp - Stored Process Server
-> your.machine.com
-> PID 6588
- Right–click on the PID and select Stop.
- SAS Enterprise Guide will display a dialog window that
says:
SAS Enterprise Guide is about to end because of an unexpected error
- When you click OK, SAS Enterprise Guide will end prematurely.
/* Sleep Test - Code for this test */
data _null_;
file _webout;
x = sleep(60,1); /* Sleep 60 seconds */
put '<HTML>';
put '<h3>Your request was processed successfully</h3>';
put '</HTML>';
run;
To work around this issue, you should not STOP the stored process server PID using SAS Management Console.
Operating System and Release Information
SAS System | SAS Integration Technologies | Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows XP 64-bit Edition | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft® Windows® for x64 | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Datacenter Edition | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Enterprise Edition | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Standard Edition | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows XP Professional | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
Windows Vista | 9.2_M1 | 9.2_M1 | 9.2 TS2M0 | 9.2 TS2M2 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
SAS Enterprise Guide might exit prematurely if a running stored process is stopped using SAS Management Console.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2009-04-16 16:06:23 |
Date Created: | 2009-04-15 11:58:02 |